home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
LIB
/
YLIB
/
ylib_0_10
/
s
/
ylib_obj
< prev
Wrap
Text File
|
1993-09-21
|
2KB
|
73 lines
;
; Copyright (C) 1993 Claus Vohwinkel
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License , or
; (at your option) any later version.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program; see the file COPYING. If not, write to
; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;
; You may contact the author by:
; e-mail: vohwinkel@vxdesy.desy.de
; us-mail: Claus Vohwinkel
; SCRI/FSU
; 400 Science Library
; Tallahassee, FL 32306
;
;
R0 RN 0
R1 RN 1
R2 RN 2
R3 RN 3
IP RN 12
SP RN 13
R14 RN 14
PC RN 15
F0 FN 0
F1 FN 1
F2 FN 2
F3 FN 3
AREA |C$$code|, CODE, READONLY
EXPORT yacos
EXPORT yasin
EXPORT yatan2
EXPORT yatan
EXPORT ysqrt
EXPORT ycosh
EXPORT ysinh
EXPORT ytanh
EXPORT ypow
EXPORT yexp
EXPORT ylog10
EXPORT ylog
EXPORT ycos
EXPORT ysin
EXPORT ytan
EXPORT ymodf
EXPORT yfmod
EXPORT yceil
EXPORT yfloor
EXPORT exm1
EXPORT twotox
; EXPORT yatanf
; EXPORT ysqrtf
; EXPORT twotoxf
; EXPORT yexpf
GET YLIB
END